home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
glibc-1.09
/
glibc-1
/
glibc-1.09.1
/
sysdeps
/
unix
/
bsd
/
sun
/
sparc
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-07-18
|
266 b
|
8 lines
# Basically `-e start' is magical to the Sun linker. You would think that
# having start.o first would be enough, but you would be wrong.
LDFLAGS := $(LDFLAGS) -Xlinker -e -Xlinker start
ifeq ($(subdir),signal)
sysdep_routines := $(sysdep_routines) sigtramp
endif